home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / COPEIN.SDA / LADS2COPE (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  1.1 KB  |  30 lines

  1. LADS2COPE
  2. SEQ formatted GEOS file V1.0
  3. Epson FX-80
  4. Text  Scrap
  5. LASTER'S 
  6. ONVERTER 
  7. COPE Source V1.1
  8. ed880128a
  9. COPE Editor V1.1
  10. Information on converting
  11. Lads files into geoCOPE files.
  12. A4AMANA
  13. B7BnB
  14. Method of converting LADS BASIC text format 
  15. into a geoCOPE format.
  16. LADS saves it's file as a BASIC program.  This first
  17. needs to be converted into a sequential text file 
  18. before it can be imported into geoCOPE.  Following
  19. are the steps necessary for the conversion.
  20.    1.  Load the textfile into memory.
  21.        LOAD 'FILENAME',8
  22.    2.  Open a sequential file to the disk and save
  23.       a 'listing' of the program.
  24.        OPEN 2,8,2,'SEQFILENAME,S,W':CMD2:LIST
  25.    3.  Close the file.
  26.       PRINT #2:CLOSE2
  27. Now you will have a sequential file of your program on
  28. the disk.  Use TransText to convert it into a geoCOPE 
  29. text file.  Use the ASCII FORM.
  30.